home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000060_news@columbia.edu_Sun Jan 1 03:22:16 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20788
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 31 Dec 1994 22:34:47 -0500
  3. Received: by apakabar.cc.columbia.edu id AA22590
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 31 Dec 1994 22:34:47 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!agate!library.ucla.edu!psgrain!charnel.ecst.csuchico.edu!csusac!csus.edu!netcom.com!wpfulmor
  7. From: wpfulmor@netcom.com (william p fulmor)
  8. Subject: Kermit & the strange DOS machine
  9. Message-Id: <wpfulmorD1pIp4.Aon@netcom.com>
  10. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  11. X-Newsreader: TIN [version 1.2 PL1]
  12. Date: Sun, 1 Jan 1995 03:22:16 GMT
  13. Lines: 42
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. I have a single board 8 mhz 8088 MSDOS computer which is an expansion 
  17. board to a unix based computer.  COM1 is irrevocably tied to a 
  18. non-standard on-board-modem.  COM2 is said to be a standard PC serial 
  19. port, which *was* driven by an NS 8250.   COM2 is *now* driven by an NS 
  20. 16550.   \|^)
  21.  
  22. After starting Kermit (3.13 patch 20) in the usual fashion, if I 'set port 2'
  23. Kermit finds and acknowleges the existance of the 16550 in response to
  24. either 'sho comm' or 'sho mod'.  If I start Kermit with 'set port 2' in
  25. the command line, it does *not* acknowlege the existance of the 16550.  I 
  26. don't know if Kermit finds the 16550 under that circumstance (I have 
  27. commented out 'set port 1' in mscustom.ini).
  28.  
  29. If I 'dial nnnnnnn', Kermit initializes the modem (Dataport 14400) at
  30. 57600, dials the number and connects at 14400.  With very little tuning, I
  31. transferred a text file at 2600~2700cps apparently error free from the
  32. remote Kermit 5A(189) putting out allegedly at 38400. 
  33.  
  34. So why am I using this bandwidth?
  35.  
  36. 1. Kermit takes 13 minutes from pressing <return> following the dial 
  37. command to actually dialing the number.  It frequently takes so long to 
  38. return to the prompt after connection is made that the connection drops 
  39. before I can get the remote's attention.  "output atdtnnnnnnn\13' is a 
  40. crude work-around.
  41.  
  42. 2. Escaping from connect to local is prompt, but connecting back to 
  43. remote takes a *long* time.
  44.  
  45. 3. In interactive operation as a vt100 and with 'set flo rts/cts' a 
  46. very few characters are dropped, not enough to cause problems - but - The 
  47. screen is written only a few lines at a time with long pauses in 
  48. between.  I suspect the remote gets bored with the constant hardware halts & 
  49. looses interest.  If I 'set flo none' the screen is uninteligible.  
  50.  
  51. I suspect that this behavior is caused by Kermit's finding the 
  52. non-standard modem at COM1 and using BIOS thereafter.  Can anyone verify 
  53. my suspicions?  Is there a way to fool Kermit or to cause it to find COM2 
  54. only?  Do any other non-standard hardware features cause Kermit to slow 
  55. down in this fashion?
  56.  
  57. Thanks for your help.